home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / proexp / propform.dfm / propform.txt
Text File  |  1996-04-08  |  3KB  |  162 lines

  1. object PropExpert: TPropExpert
  2.   Left = 12
  3.   Top = 174
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Property Expert'
  7.   ClientHeight = 276
  8.   ClientWidth = 261
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 16
  18.     Width = 41
  19.     Height = 16
  20.     Caption = 'Class:'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 8
  24.     Top = 46
  25.     Width = 59
  26.     Height = 16
  27.     Caption = 'Property:'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 8
  31.     Top = 77
  32.     Width = 70
  33.     Height = 16
  34.     Caption = 'Data Type:'
  35.   end
  36.   object Label4: TLabel
  37.     Left = 8
  38.     Top = 107
  39.     Width = 78
  40.     Height = 16
  41.     Caption = 'Array Index:'
  42.   end
  43.   object Label5: TLabel
  44.     Left = 8
  45.     Top = 138
  46.     Width = 50
  47.     Height = 16
  48.     Caption = 'Default:'
  49.   end
  50.   object Label6: TLabel
  51.     Left = 8
  52.     Top = 168
  53.     Width = 40
  54.     Height = 16
  55.     Caption = 'Index:'
  56.   end
  57.   object Label7: TLabel
  58.     Left = 8
  59.     Top = 235
  60.     Width = 133
  61.     Height = 16
  62.     Caption = '(C)1995 Sutron Corp.'
  63.   end
  64.   object Label8: TLabel
  65.     Left = 8
  66.     Top = 251
  67.     Width = 114
  68.     Height = 16
  69.     Caption = 'by: Jon Weisberg'
  70.   end
  71.   object ReadMethod: TCheckBox
  72.     Left = 8
  73.     Top = 208
  74.     Width = 121
  75.     Height = 17
  76.     Hint = 'Click if you want a seperate read method.'
  77.     Caption = 'Read Method'
  78.     ParentShowHint = False
  79.     ShowHint = True
  80.     TabOrder = 0
  81.   end
  82.   object WriteMethod: TCheckBox
  83.     Left = 136
  84.     Top = 208
  85.     Width = 121
  86.     Height = 17
  87.     Hint = 'Click if you want a seperate write method.'
  88.     Caption = 'Write Method'
  89.     ParentShowHint = False
  90.     ShowHint = True
  91.     TabOrder = 1
  92.   end
  93.   object ClassName: TEdit
  94.     Left = 88
  95.     Top = 8
  96.     Width = 161
  97.     Height = 24
  98.     Hint = 'Class name of the component.'
  99.     ParentShowHint = False
  100.     ShowHint = True
  101.     TabOrder = 2
  102.   end
  103.   object PropertyName: TEdit
  104.     Left = 88
  105.     Top = 40
  106.     Width = 161
  107.     Height = 24
  108.     Hint = 'Name of property to add.'
  109.     ParentShowHint = False
  110.     ShowHint = True
  111.     TabOrder = 3
  112.   end
  113.   object DataType: TEdit
  114.     Left = 88
  115.     Top = 72
  116.     Width = 161
  117.     Height = 24
  118.     Hint = 'Data type of the property'
  119.     ParentShowHint = False
  120.     ShowHint = True
  121.     TabOrder = 4
  122.   end
  123.   object ArrayIndex: TEdit
  124.     Left = 88
  125.     Top = 104
  126.     Width = 161
  127.     Height = 24
  128.     Hint = 'Index for array properties'
  129.     ParentShowHint = False
  130.     ShowHint = True
  131.     TabOrder = 5
  132.   end
  133.   object Default: TEdit
  134.     Left = 88
  135.     Top = 136
  136.     Width = 161
  137.     Height = 24
  138.     Hint = 'Default value of the property'
  139.     ParentShowHint = False
  140.     ShowHint = True
  141.     TabOrder = 6
  142.   end
  143.   object Index: TEdit
  144.     Left = 88
  145.     Top = 168
  146.     Width = 161
  147.     Height = 24
  148.     Hint = 'Index number for index'#39'ed properties.'
  149.     ParentShowHint = False
  150.     ShowHint = True
  151.     TabOrder = 7
  152.   end
  153.   object BitBtn1: TBitBtn
  154.     Left = 160
  155.     Top = 235
  156.     Width = 89
  157.     Height = 33
  158.     TabOrder = 8
  159.     Kind = bkOK
  160.   end
  161. end
  162.